/* CSS Document */


/*news*/
.erji_news{ overflow:hidden;}
.erji_news_son{ width:1200px; margin:0 auto;}

.erji_product_son_title{width: 100%; height: 40px;}
.erji_product_son_title ul{color: #000; font-size: 16px;}
.erji_product_son_title ul li {line-height: 40px; color: #000; display: inline-block;}
	
	/*内容*/
.erji_news_content{}	
.erji_news_con_nav{overflow: hidden; border-top: 2px solid #003C7E; border-bottom: 1px solid #DCDCDC;}
.erji_news_con_nav ul{ text-align:center;}
.erji_news_con_nav ul li{padding: 15px 16px; cursor: pointer; margin: 0 42px; font-size: 18px; display:inline-block;}
.erji_news_con_nav ul li.on{background: #003C7E;color: #FFF;}

.erji_news_con_son{ margin-top:20px;}
.erji_news_con_son ul li{border-bottom: 1px solid #BEBEBE; overflow:hidden; padding-bottom:10px; margin-bottom:10px;}
.erji_news_con_son_img{ width:299px; height:178px; float:left; overflow:hidden;}
.erji_news_con_son_text{ float:right; width: 865px; height: 178px; position:relative;}
.erji_news_con_son_text h2{ font-weight:normal; color:#000; height: 62px;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
.erji_news_con_son_text h2.on{ color:#ED1B24;}
.erji_news_con_son_text p{     color: #666666; font-size: 14px; margin-top: 9px; height: 80px;overflow: hidden; line-height: 25px;}
.erji_news_con_son_img img{ width:100%; height:100%;object-fit: contain;transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s; -webkit-transition: all 0.3s;}
.erji_news_con_son_img img:hover{transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}
.erji_news_con_son_text span{ position:absolute; right:0px; bottom:0px; font-size: 14px;color: #666666;}

	/*内容end*/
	
/*news end*/




